home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
DOpus Plus
/
DOpus Plus.iso
/
Tutorial
/
ARexx Tutorial
/
TuteRexx
/
DopusRead2.dopus5
< prev
next >
Wrap
Text File
|
1998-09-04
|
243b
|
13 lines
/* DopusRead2.dopus5 */
options results
address 'DOPUS.1'
dopus front
dopus read hex 'C:LoadWB'
handle = result
text = 'The reader''s handle is: 'handle
dopus request '"'text'" OK'
address command wait 3
dopus read handle quit
dopus back
exit